home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Games World
/
SharewareGames
/
Xconq 7.2.2
/
lib
/
simple.g
< prev
next >
Wrap
Text File
|
1998-05-22
|
271b
|
14 lines
(game-module "simple"
(blurb "trivial game")
)
;;; This game definition is about as simple as you
;;; can get and still have a working game.
(terrain-type plains (char "+"))
(unit-type human (image-name "person") (char "@")
(start-with 1)
(acp-per-turn 4)
)